home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
AppleScript
/
Additions
/
GTQ Library 1.2
/
Sample Scripts
/
MinFontSize
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-05-03
|
253 b
|
10 lines
|
[
TEXT/ToyS
]
set theFont to (choose from list (list fonts))
set i to 0
set res to false
repeat while not res
set i to i + 1
set res to (does font exist theFont of size i)
end repeat
display dialog "That smallest size you can use " & theFont & " in is " & i & "."